-
Notifications
You must be signed in to change notification settings - Fork 8.1k
drivers: firmware: Clock control TISCI driver support #90216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
7cf310e
to
2dc18ee
Compare
8b10b9f
to
9ee64d7
Compare
9a47dbf
to
20b38b7
Compare
6bd0da6
to
7f1f9bf
Compare
2154640
to
20a6a86
Compare
5414c37
to
80a59d8
Compare
7adcf73
to
8c035e7
Compare
|
Looks good to me now, but I'm not sure how useful this is by itself, it seems to just be a dependency patch for #91914 that got its own PR. I guess that is fine to do pre-work in this way when it affects a different subsystem, but I think next time patches like this can just go into the PR that uses them. |
This is useful for all forms of clock regulation via TISCI. The init is one of the uses. Drivers can now regulate clocks which wasn't possible before. |
Hey @nordic-krch, apologies for the ping, if there is not anything blocking this, can this be merged? |
also I feel like the addition of the controller in DT can be moved from #91914 to here |
Support added for clock control using TISCI for devices using the binding ti,k2g-sci-clk. This driver relies on the TISCI layer to make calls to the DMSC core to set and get the clock rate and retrieve clock status. Signed-off-by: Dave Joseph <[email protected]>
86fd461
8c035e7
to
86fd461
Compare
@vanti Can this is reviewed? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be enabled on at least one board in-tree and be tested with an existing or a new testsuite.
Support added for clock control using TISCI added for devices using the binding ti,k2g-sci-clk. This PR waits on #90053
Testing
Refer: ClockControllerTest
Output: